home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 12
/
Mac Magazin and MacEasy Magazine CD - Issue 12.iso
/
Sharewarebibliothek
/
Anwendungen
/
Wissenschaft & Technik
/
Yorick
/
yorick11-ppc folder
/
startup
/
stdx.i
< prev
next >
Wrap
Text File
|
1995-04-03
|
762b
|
20 lines
/*
STDX.I
Perform any post-initialization tasks.
$Id: stdx.i,v 1.1 1993/08/27 18:32:09 munro Exp $
When Yorick starts, std.i is included, then any pkg.i files for
compiled-in packages, then this file stdx.i, and finally
the user customization file custom.i.
For now, the only thing which must be done here is the critical job
changing from the startup search path YORICK_PATH to the normal
include file search path (which, among other things, allows custom.i
to be found). This path can be overridden from custom.i, which
runs after this.
*/
/* Copyright (c) 1994. The Regents of the University of California.
All rights reserved. */
set_path; /* set compiled-in default include path */